* lisp/textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 17 Jul 2012 08:11:31 +0000 (04:11 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 17 Jul 2012 08:11:31 +0000 (04:11 -0400)
commita1958ea0fd98bb8a3c24c246550e5aac881aaed4
treea001750f7703d332c946678dc7dee7dfd05580c4
parent58997a167602a59213f9d107118f70b924ea1b1d
* lisp/textmodes/tex-mode.el (tex-font-lock-keywords-1): Highlight not only
$$..$$ but also $..$ using regexps.
Use tex-verbatim for \url and \path.
(tex-font-lock-keywords): Define as defconst like the others.
(tex-common-initialization): Don't use font-lock-syntax-table any more.
* test/indent/latex-mode.tex: New file.
lisp/ChangeLog
lisp/textmodes/tex-mode.el
test/ChangeLog
test/indent/latex-mode.tex [new file with mode: 0644]